From b91f6af49ddb7168b13e64da939ef82ff6adecc1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 12 Apr 2001 15:16:03 +0000 Subject: [PATCH] (ls-lisp-format): Leave a blank before "root". --- lisp/ls-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index bac2fc82b15..d8f52df45ea 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -491,7 +491,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data." (memq 'gid ls-lisp-verbosity)) (if (memq system-type '(macos windows-nt ms-dos)) ;; No useful concept of group... - "root" + " root" (let* ((gid (nth 3 file-attr)) (group (user-login-name gid))) (if group -- 2.30.2